home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS18.ADF / Progs / StarProbe / MSDOS.CHG < prev    next >
Text File  |  1989-01-27  |  364b  |  12 lines

  1. Changes made to compile under MS-DOS with Microsoft C 4.0:
  2.  
  3. 1. C compile error in 'spinit.c', line 14: cannot find file  libraries/dos.h
  4.      changed
  5.          #include "libraries/dos.h"
  6.      to
  7.          #include <dos.h>
  8. 2. Filtered all source to convert to MSDOS format (with FILTER program).
  9. 3. Same as 1, but in spfit.c
  10. 4. Same as 1, but in sprpt.c
  11.  
  12.